home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / ang279v6.lha / Angband / README.Amiga < prev   
Text File  |  1996-05-14  |  10KB  |  281 lines

  1. -------------------------------------------------------------------------
  2.  
  3.                            Angband 2.7.9v6
  4.  
  5. -------------------------------------------------------------------------
  6.  
  7. 1. Introduction
  8.  
  9.    This is the binary distribution of Amiga Angband 2.7.9v6, featuring
  10.    graphics and sound effects, both of which are optional.
  11.  
  12.    Some of the new Amiga-specific features/updates in this version:
  13.  
  14.    - Preferences file 'Angband:user/settings.prf'.
  15.    - Support for multiple windows (recall/choice/mirror) on KS3.0+.
  16.    - Faster rendering on custom screen.
  17.    - Compiled to work on any 680x0 processor.
  18.    - Shortcuts for SHIFT/CTRL/ALT + direction keys built in.
  19.    - Tombstone graphics, drawn by Torben Kristiansen.
  20.    - Infrequently played samples are loaded on demand and freed
  21.      after use to save memory.
  22.  
  23.    For changes that are not Amiga-specific, have a look at the
  24.    Angband homepage. (See section 7 of this file for the URL)
  25.  
  26.    Angband features a comprehensive online help system. You can
  27.    enter the help menu by typing a question mark ('?') almost
  28.    anywhere in the game.
  29.  
  30.  
  31. 2. Requirements
  32.  
  33.    - Kickstart 2.04 or newer.
  34.    - About 1.5MB of available memory.
  35.    - A program to extract LhA archives, like LhA, LhX or Lx
  36.  
  37.  
  38. 3. Installation
  39.  
  40.    3.1. Harddisk installation
  41.  
  42.       First, select a directory on your harddisk to which you want to
  43.       install Angband. Substitute the $PATH word used below with the full
  44.       path to your chosen directory, ie. "DH0:Games"
  45.  
  46.       Use the command
  47.  
  48.        LhA -a x Angband-279v6.lha $PATH/
  49.  
  50.       to extract the archive anywhere on your harddisk. A directory
  51.       called 'Angband' will be created there, containing all the
  52.       necessary files.
  53.  
  54.       Insert the two following lines at the end of your S:User-Startup file,
  55.       or in some script file you run before starting the game:
  56.  
  57.        Assign Angband: $PATH/Angband
  58.        Path Angband:bin ADD
  59.  
  60.    3.2. Floppy installation
  61.  
  62.       You'll need two formatted and empty disks. Name the first
  63.       disk whatever you like, and the second disk "Angband:".
  64.       After extracting the archive to RAM: or whatever, copy the
  65.       main executable file 'Angband' to the first disk, then
  66.       copy all the directories to the other disk.
  67.  
  68.  
  69. 4. Usage
  70.  
  71.    For Amiga specific settings, look at the preferences
  72.    file 'Angband:user/settings.prf'.
  73.  
  74.    When playing for the first time, or whenever you want to create
  75.    a new character, start the game with the command
  76.  
  77.     Angband -n
  78.  
  79.    and the game will let you create a new character.
  80.  
  81.    To restore a saved game (which are in lib/save directory), use
  82.  
  83.     Angband -uName
  84.  
  85.    Where "Name" is the name of the your character. You can also
  86.    use the supplied command 'Angband:bin/ReqChar' like this:
  87.  
  88.     Angband -u`ReqChar`
  89.  
  90.    For this to work, you'll need to have T: assigned somewhere.
  91.    If you haven't, use the command 'Assign T: RAM:'.
  92.  
  93.    Note that when your character dies, there is still a save file
  94.    there. Remove obsolete save files now and then. You can backup
  95.    save files, but that is considered cheating.
  96.  
  97.    If you want to change _default_ settings for a new game, create a
  98.    character called "PLAYER". Then set options (with "=" or menus), save
  99.    the game, run angband -uPLAYER and get the character killed.
  100.  
  101.    Settings in save file "Angband:save/PLAYER" are always loaded when you
  102.    start a new game. It will say "Restoring Memory of a departed
  103.    spirit..." when this happens.
  104.  
  105.    If you change your character's name, save file name will change too.
  106.  
  107.    To see command line options, try "Angband -?".
  108.  
  109.  
  110. 5. Features
  111.  
  112.    Amiga-specific features of this version of Angband are:
  113.  
  114.    - Graphics drawn by James Larimer, Thomas H. Davies and
  115.      Torben Kristiansen.
  116.  
  117.      Look at the preferences file 'Angband:user/settings.prf'
  118.      if you want to turn off the graphics.
  119.  
  120.    - Sound effects. The samples are stored in uncompressed 8svx
  121.      format, and is located in the directory Angband:xtra/sound.
  122.      If you want, you can include your own samples by just replacing
  123.      one or more of the files there. Most of the samples are loaded
  124.      into memory when the game starts, so if you plan on adding
  125.      some large samples, be sure to have some free chip memory,
  126.      or the sounds will not be loaded.
  127.  
  128.      If you want to turn off individual sounds, just move the
  129.      sound file in question to the Angband:xtra/sound/off directory.
  130.  
  131.      Turning off sound will help if you're low on memory.
  132.      (Look at the preferences file).
  133.  
  134.    - Use whatever monospaced fonts you like. The graphics are scaled
  135.      to fit the fonts, so they will look best if you use a font
  136.      with size 8x8, 8x16, 16x16 and so on. But any sizes are legal.
  137.  
  138.      If the specified font cannot be used, because it is proportional
  139.      or if it does't exist, the default monospaced font will be used.
  140.  
  141.    - Use whatever screenmode you like. Use the supplied command
  142.      'Angband:bin/ReqMode' to find the ID number you wish to use.
  143.      Look at the preferences file.
  144.  
  145.    - You might also want the game to open its window(s) on a public screen.
  146.      This requires that you have KickStart 3.0 or later.
  147.  
  148.      There is a supplied program 'Angband:bin/PubScr', which lets you
  149.      create a public screen with your desired attributes. Usage:
  150.  
  151.       PubScr NAME/A,TITLE/K,SM=SCREENMODE/K,WIDTH/N,HEIGHT/N,DEPTH/N,
  152.              TOFRONT/S,CLOSE/S
  153.  
  154.      Here's an example of how to use this:
  155.  
  156.       [ Edit the prefs file to have the line 'SCREEN.name Angband' ]
  157.  
  158.       PubScr NAME=Angband SM=0x29024 WIDTH=1296 HEIGHT=430 DEPTH=6
  159.       Angband -n
  160.  
  161.      If you ommit any of the SCREENMODE, WIDTH, HEIGHT, or DEPTH
  162.      parameters, the corresponding attribute for the Workbench screen
  163.      will be used.
  164.  
  165.      If you ommit the TITLE option, the NAME string will be used as
  166.      screentitle.
  167.  
  168.      The TOFRONT option moves the public screen to the front of the
  169.      display as soon as it is created.
  170.  
  171.      The CLOSE option is used to close an existing public screen,
  172.      provided there are no windows on it. Note that if you create
  173.      a public screen and open one or more windows on it, it will
  174.      automatically close itself when the last window is gone.
  175.  
  176.      Take a look at the script file 'Angband:bin/AngPub' to see
  177.      how it can be done. Use the following command to run a
  178.      game on a public screen:
  179.  
  180.        AngPub <Character_Name>
  181.  
  182.    - When using a public screen, the mirror/recall/choice windows
  183.      will by default also be opened. To turn one or more of these
  184.      windows on/off, you must edit the preferences file:
  185.  
  186.       CHOICE.use N
  187.       RECALL.use N
  188.       MIRROR.use N
  189.  
  190.      Now the windows will not be used. Alternatively you may simply
  191.      comment out the line(s) with a leading semi-colon.
  192.  
  193.      Note that you can not use multiple windows if you are
  194.      playing on a custom screen.
  195.  
  196.    - Intuition menus to display and execute game commands and
  197.      options, and to browse the help files. Can be turned off
  198.      by editing the preferences file.
  199.  
  200.    - Graphics in store/equipment/inventory listings, and options to
  201.      toggle this feature on/off. (Options/Inventory menu).
  202.  
  203.    - Scaled-down map of the whole dungeon, like in CWMAngband.
  204.      Press the 'RIGHT AMIGA + m' key combination to view the
  205.      map.
  206.  
  207.    - The following keyboard shortcuts are built in:
  208.  
  209.       - SHIFT + Numeric key 1 - 9     = Run in a direction
  210.       -   ALT + ...                   = Tunnel in a direction
  211.       -  CTRL + ...                   = Open door in a direction
  212.  
  213.    - The graphics are included in IFF ILBM format in case you want to
  214.      edit them. To convert this file to the raw bitplane format used
  215.      by the game, use the commands
  216.  
  217.       Cd Angband:xtra/gfx
  218.       Iff2Raw tiles.iff tiles.raw 32 32 256 256
  219.  
  220.      This requires Kickstart 3.0+, and uses Christian A. Weber's
  221.      'iff.library 23.2', included in the xtra/libs directory.
  222.  
  223.  
  224. 6. Bugfixes
  225.  
  226.    Amiga-specific bugs in version 2.7.9v5 that have been fixed:
  227.  
  228.    - Some sounds were played with wrong sample-rate. Fixed.
  229.  
  230.    - Menus did not work well with MagicMenu. Partually fixed.
  231.      Deadlocks can still occur when multiselecting checkmarks.
  232.      This is due to MagicMenu's handling of IDCMP_MENUVERIFY.
  233.  
  234.    - Keymap file removed, since it could cause unwanted results
  235.      with other programs. The keyboard shortcuts that came with
  236.      the keymap file are now built into the game instead.
  237.  
  238.    - The large yellow snake appeared as a large *black* snake. Fixed.
  239.  
  240.    Amiga-specific bugs in version 2.7.9v4 that have been fixed:
  241.  
  242.    - The menus had unreadable colors on the Workbench screen. Fixed.
  243.  
  244.    - When changing options by other means than using the intuition
  245.      menus, the menus would not be updated. Fixed.
  246.  
  247.    - When multiselecting options in the menus, only the first selection
  248.      would be noticed by the program. Fixed.
  249.  
  250.    - When using a staff/wand/rod, a sound would be played even if the
  251.      magic failed. Fixed.
  252.  
  253.  
  254. 7. Internet Support
  255.  
  256.      All Angband related files can be found at these sites:
  257.  
  258.         ftp://export.andrew.cmu.edu/angband/
  259.         ftp://ftp.cis.ksu.edu/pub/Games/Angband/Angband-2.7.x/
  260.  
  261.      Be sure to read the newsgroup dedicated to Angband:
  262.  
  263.         rec.games.roguelike.angband
  264.  
  265.      And check out Ben Harrison's Angband homepage at:
  266.  
  267.         http://www.voicenet.com/~benh/Angband/
  268.  
  269.  
  270. 8. Author
  271.  
  272.      Don't hesitate to contact me for any questions, comments, suggestions,
  273.      or anything regarding the Amiga version of Angband. And please send me
  274.      more graphics and samples. :)
  275.  
  276.      EMAIL :  larshau@ifi.uio.no
  277.      WWW   :  http://www.ifi.uio.no/~larshau
  278.  
  279.                                                         Lars Haugseth, 13/5-96
  280.  
  281.